home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / インターネット関連 / PlugIn 関係 / sizzler folder / Sizzler / Configuring Your Server < prev    next >
Text File  |  1996-05-22  |  5KB  |  97 lines

  1. ---------------------
  2. Configuring Your Server
  3. ---------------------
  4. Table of Contents
  5. What's Sizzler?
  6. Some Terminology
  7. Configuring a Server
  8. Legal & Contact Info
  9. ---------------------
  10.  
  11. What's Sizzler?
  12. --------------
  13. Sizzler adds animation to the static text and graphics of HTML.  Sizzler is an application that creates Sprite files which are optimized for the Web.  QuickTime movies and/or PICS files can be dropped on the Sizzler application and the result is a highly compressed interactive animation Sprite file.  The Sizzler Plug-in allows Netscape Navigator 2.0 to display Sprite files.
  14.  
  15. Some Terminology
  16. ----------------
  17. Files on the Internet are referenced through a URL (Uniform Resource Locator).  A URL contains three parts, the protocol to use, the host, and the path to the file.  Here is an example:
  18.  
  19. http://www.totallyhip.com/Tools/logo.sprite
  20.  
  21. In this case, the protocol is "http" which stands for "HyperText Transport Protocol".  This is the standard protocol used on the Web to transmit HTML (HyperText Markup Language) documents from the server to your browser.  The host is "www.totallyhip.com" and the path is "/Tools/logo.sprite" where "logo.sprite" is the sprite file of interest. 
  22. When a server receives a request like the one above, the server responds by sending the contents of the file indicated along with a MIME type.  The MIME type indicates the kind of data that the server is sending in response to a request for a certain URL.  The server determines the MIME type to send based on the file name extension.  The MIME type for Sprite files is "application/x-sprite".
  23.  
  24. Configuring a Server
  25. ---------------------
  26. In order to publish Sprite files on a Web server you must configure the server to recognize Sprite files.  Once configured, the server will recognize the "sprite" or "spr" file name extension and translate this into a MIME type of "application/x-sprite".  If you are a System Administrator you can do this yourself, otherwise you will need to contact your System Administrator or WebMaster and supply the information shown below.
  27.  
  28. Configuring most UNIX Servers
  29. Here is the information that is needed to add an entry to the mime types file.  This file is usually located in the "conf" or "config" directory.
  30.      MIME Type: application
  31.      SubType: x-sprite
  32.      Extensions: sprite, spr
  33.  
  34. Configuring Netscape Servers
  35. Add the following entry to the configuration file in "ns_home/httpd-80/config/mime.types":
  36.     type=application/x-sprite    exts=sprite,spr
  37.  
  38. Configuring CERN HTTPD Servers
  39. Add the following entries to the configuration file in "server_root/config":
  40.      AddType     .SPRITE     application/x-sprite     8bit     1.0
  41.      AddType     .SPR          application/x-sprite     8bit     1.0
  42.  
  43. Configuring NCSA HTTPD Servers
  44. Add the following entries to the file "ServerRoot/conf/mime.types":
  45.      application/x-sprite     sprite
  46.      application/x-sprite     spr
  47.  
  48. Configuring Mac HTTP Servers
  49. Add the following entries to the "MacHTTP.config" file:
  50.      BINARY     .SPRITE     TEXT  *  application/x-sprite
  51.      BINARY     .SPR          TEXT  *  application/x-sprite
  52.  
  53. Configuring WebSTAR Servers
  54. 1.  Run the WebSTAR Admin application.
  55. 2.  Choose your server in the Pick a Server window.
  56. 3.  From the Configure Menu choose Suffix Mapping.  Use the following information:
  57.      Action: BINARY
  58.      File Suffix: .SPRITE
  59.      File Type: TEXT
  60.      Creator: *
  61.      MIME Type: application/x-sprite
  62. 4.  Repeat the above but with a File Suffix of ".SPR".
  63.  
  64. Configuring Microsoft Internet Information Servers
  65. 1.  Run REGEDT32.EXE from the program manager Run menu
  66. 2.  Select the window for HKEY_LOCAL_MACHINE
  67. 3.  Find the following key:
  68.         SYSTEM¥CurrentControlSet¥Services¥InetInfo¥Parameters¥MimeMap
  69. 4.  Under this key is a list of values. Add the following 2 string values specifying
  70.      an empty string for the entry:
  71.         application/x-sprite,spr,,9
  72.         application/x-sprite,sprite,,9
  73. 5.  Close the registry editor.
  74.  
  75. Configuring WebSite Servers for Windows NT
  76. 1.  Run WebSite
  77. 2.  Choose Properties item under the Control menu
  78. 3.  Select the Mapping Window tag
  79. 4.  Select "Content Type" from the List Selector Group
  80. 5.  Insert ".sprite" in the File Extension (Class) box
  81. 6.  Insert "application/x-sprite" in the MIME Content Type Box
  82. 7.  Repeat steps 5 and 6 using the extension of ".spr" and "application/x-sprite"
  83. 8.  Click the Add button
  84.  
  85.  
  86. Legal & Contact Info
  87. ------------------
  88. Sizzler and Sizzler Plug-in For Macintosh
  89. Copyright (c) 1996 Totally Hip Software.  All Rights Reserved.
  90. Sizzler and Sizzler Plug-in are the property of Totally Hip Software and may not be altered, reproduced or copied in any way, shape or form without prior written consent from Totally Hip Software.
  91.  
  92. Totally Hip Software
  93. 301-1224 Hamilton Street
  94. Vancouver, B.C.  V6B 2S8
  95. Web Site: http://www.totallyhip.com
  96. Email: sizzler@totallyhip.com
  97.